home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / mke2fs.conf < prev    next >
Encoding:
INI File  |  2006-06-29  |  330 b   |  23 lines

  1. [defaults]
  2.     base_features = sparse_super,filetype,resize_inode,dir_index
  3.     blocksize = 4096
  4.     inode_ratio = 8192
  5.  
  6. [fs_types]
  7.     small = {
  8.         blocksize = 1024
  9.         inode_ratio = 4096
  10.     }
  11.     floppy = {
  12.         blocksize = 1024
  13.     }
  14.     news = {
  15.         inode_ratio = 4096
  16.     }
  17.     largefile = {
  18.         inode_ratio = 1048576
  19.     }
  20.     largefile4 = {
  21.         inode_ratio = 4194304
  22.     }
  23.